home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Intel_Only / Methodist.1.05 / Methodist.app / English.lproj / methodwindow.nib / data.classes next >
Encoding:
Text File  |  1993-12-12  |  679 b   |  47 lines

  1. MethodWindow = {
  2.     ACTIONS = {
  3.     openToMethod:;
  4.     openHFile:;
  5.     parseForMethods:;
  6.     updateFileDirectory:;
  7.     fileSelected:;
  8.     openMFile:;
  9.     windowWillClose:;
  10.     };
  11.     OUTLETS = {
  12.     nameField;
  13.     window;
  14.     fileList;
  15.     methodBrowser;
  16.     shortMethodList;
  17.     fileBrowser;
  18.     methodfield;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. RTFizer = {
  23.     SUPERCLASS = Object;
  24. };
  25. MethodistController = {
  26.     ACTIONS = {
  27.     openMethodWindow:;
  28.     openInfoPanel:;
  29.     appDidInit:;
  30.     newMethodWindow:;
  31.     checkForFileChanges:;
  32.     };
  33.     OUTLETS = {
  34.     infoPanel;
  35.     newMethodWindow;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. FirstResponder = {
  40.     ACTIONS = {
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44. ParseEngine = {
  45.     SUPERCLASS = Object;
  46. };
  47.